home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 CISC / NextSTEP 3.3 CISC (Intel x86+Motorola 68k).iso / NextAdmin / HostManager.app / Italian.lproj / NetPasswordPanel.nib / data.classes next >
Text File  |  1993-09-01  |  446b  |  37 lines

  1. NetPasswordPanel = {
  2.     ACTIONS = {
  3.     cancel:;
  4.     ok:;
  5.     };
  6.     OUTLETS = {
  7.     password;
  8.     message;
  9.     };
  10.     SUPERCLASS = Panel;
  11. };
  12. FirstResponder = {
  13.     ACTIONS = {
  14.     };
  15.     SUPERCLASS = Object;
  16. };
  17. HostAddConfig = {
  18.     ACTIONS = {
  19.     cancel:;
  20.     ok:;
  21.     open:;
  22.     windowWillClose:;
  23.     };
  24.     OUTLETS = {
  25.     netPasswordPanel;
  26.     tempIP;
  27.     cd;
  28.     lowIP;
  29.     hostAddConfigPanel;
  30.     autoEnabled;
  31.     highIP;
  32.     myDomain;
  33.     netPassword;
  34.     };
  35.     SUPERCLASS = Object;
  36. };
  37.